home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / GX Compatibility Interfaces / PrintingLibraries.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-07  |  467 b   |  16 lines  |  [TEXT/MPS ]

  1. /* 
  2.     "PrintingLibraries.h" has been separated into four different interfaces
  3.     
  4.     This file has been included to allow older source code 
  5.     to #include <PrintingLibraries.h>.  Please update your source
  6.     code to directly #include any of the four different interfaces
  7.     that your sources require.
  8. */
  9.  
  10. #ifndef __PRINTINGLIBRARIES__
  11.     #include <CollectionLibrary.h>
  12.     #include <JobFormatModeLibrary.h>
  13.     #include <PaperTypeLibrary.h>
  14.     #include <PicturesAndPICTLibrary.h>
  15. #endif
  16.